BiWeeklyAnalyticsViewModel

class BiWeeklyAnalyticsViewModel @Inject constructor(biWeeklyMoodRepository: BiWeeklyMoodRepository) : ViewModel

ViewModel responsible for managing BiWeekly mood analytics. It fetches BiWeekly mood data, processes it, and provides it to the UI.

Constructors

Link copied to clipboard
@Inject
constructor(biWeeklyMoodRepository: BiWeeklyMoodRepository)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun addCloseable(closeable: AutoCloseable)
fun addCloseable(key: String, closeable: AutoCloseable)
Link copied to clipboard